Skip to content

This fixes a problem when links are added into header lines. Something#41

Open
daniel-walker wants to merge 1 commit intohsitz:masterfrom
daniel-walker:fix-links-in-headers
Open

This fixes a problem when links are added into header lines. Something#41
daniel-walker wants to merge 1 commit intohsitz:masterfrom
daniel-walker:fix-links-in-headers

Conversation

@daniel-walker
Copy link
Copy Markdown

Something like the following wasn't parsed correctly,

  • [[link]]
  • [[link2]]

It was cause by the fact that links were not checked for inside a header
match. This correct it by adding "containedin" lines for the to link
syntax region lines.

like the following wasn't parsed correctly,

* [[link]]
* [[link2]]

It was cause by the fact that links were not checked for inside a header
match. This correct it by adding "containedin" lines for the to link
syntax region lines.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant